Skip to content

chore(deps): bump the actions group across 1 directory with 2 updates#10

Merged
aledbf merged 1 commit into
mainfrom
dependabot/github_actions/actions-4c2bda7e8b
Jul 22, 2026
Merged

chore(deps): bump the actions group across 1 directory with 2 updates#10
aledbf merged 1 commit into
mainfrom
dependabot/github_actions/actions-4c2bda7e8b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates in the / directory: actions/setup-go and actions/setup-node.

Updates actions/setup-go from 6 to 7

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v6.5.0

What's Changed

Dependency update

New Contributors

Full Changelog: actions/setup-go@v6...v6.5.0

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

What's Changed

... (truncated)

Commits

Updates actions/setup-node from 6 to 7

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 18, 2026
@github-code-quality

github-code-quality Bot commented Jul 18, 2026

Copy link
Copy Markdown

Code Coverage Overview

Languages: Go

Go / code-coverage/go

The overall coverage in commit 94361ac in the dependabot/github_ac... branch remains at 53%, unchanged from commit e9e7e10 in the main branch.


Updated July 22, 2026 04:08 UTC

aledbf added a commit that referenced this pull request Jul 22, 2026
* test(parity): retry parity sides on transient docker build flakes

The runtime parity lane's docker builds flake on contended CI runners
(BuildKit "failed to solve", a registry hiccup, or a container-setup
failure surfaced as `Command failed: docker build`). A flake on one
side while the other succeeds shows up as a false TS-vs-Go divergence
and fails the job under PARITY_STRICT=true, where an inconclusive skip
is red too. This turned unrelated dependabot PRs (#9, #10) and a main
daily run red on up.dotfiles-local* cases.

Wrap each side's CLI invocation in a bounded retry (2 attempts) gated
on isRetryableFailure, a predicate deliberately broader than
isInfraError. Retrying is safe: a deterministic product failure
reproduces on the next attempt and still goes red. The narrow
isInfraError/classifyParitySide oracle-usability path is unchanged, so
no real divergence is masked as a skip.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>

---------

Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@aledbf

aledbf commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps the actions group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-go` from 6 to 7
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v6...v7)

Updates `actions/setup-node` from 6 to 7
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the actions group with 2 updates chore(deps): bump the actions group across 1 directory with 2 updates Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-4c2bda7e8b branch from 4d2aec7 to 94361ac Compare July 22, 2026 04:06
@aledbf
aledbf merged commit 4a0ce59 into main Jul 22, 2026
11 checks passed
@aledbf
aledbf deleted the dependabot/github_actions/actions-4c2bda7e8b branch July 22, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant